home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Online / httpproxy / src / httpproxy.c.rlog < prev    next >
Text File  |  1996-08-20  |  5KB  |  145 lines

  1.  
  2. RCS file: RCS/httpproxy.c,v
  3. Working file: httpproxy.c
  4. head: 0.22
  5. branch:
  6. locks: strict
  7.     mshopf: 0.22
  8. access list:
  9. symbolic names:
  10. comment leader: " * "
  11. keyword substitution: kv
  12. total revisions: 22;    selected revisions: 22
  13. description:
  14. a small little http proxy or proxyproxy.
  15. ----------------------------
  16. revision 0.22    locked by: mshopf;
  17. date: 1996/08/20 17:36:43;  author: mshopf;  state: Exp;  lines: +113 -74
  18. new queuing mode.
  19. two additional error output messages for the testAmiTCP.rexx script.
  20. fixed special handling for graphic Urls.
  21. a bit of cleanup.
  22. cleaned up template.
  23. added minnumreq, noqueue, nohttpproxyproxy option.
  24. ----------------------------
  25. revision 0.21
  26. date: 1996/08/12 03:33:36;  author: mshopf;  state: Exp;  lines: +85 -17
  27. new FileToReq().
  28. new IsGfx().
  29. queued graphic urls dont output 'queued url' message any more
  30. but the (invalid) expired cache file or the file @msg/queued.gfx.
  31. using extra space in request_t for urls (logging).
  32. ----------------------------
  33. revision 0.20
  34. date: 1996/08/11 22:25:15;  author: mshopf;  state: Exp;  lines: +96 -88
  35. reworked debug messages.
  36. removed FakeIbrowse switch (finally they made it...).
  37. debug switch.
  38. ----------------------------
  39. revision 0.19
  40. date: 1996/07/30 13:57:03;  author: mshopf;  state: Exp;  lines: +132 -98
  41. adding shutdown / error messages to bottom of page.
  42. keepbad, proxylocal, ibrowse switches added.
  43. added queueing.
  44. small bug fixes.
  45. no url shutdown queueing yet.
  46. ----------------------------
  47. revision 0.18
  48. date: 1996/07/17 16:42:42;  author: mshopf;  state: Exp;  lines: +179 -773
  49. support of new cache system.
  50. ----------------------------
  51. revision 0.17
  52. date: 1996/06/06 23:01:23;  author: mshopf;  state: Exp;  lines: +21 -11
  53. cosmetic changes (httpproxy support page).
  54. added AlwaysReload.
  55. ----------------------------
  56. revision 0.16
  57. date: 1996/06/03 04:08:19;  author: mshopf;  state: Exp;  lines: +188 -38
  58. changed strerror handling.
  59. added timeouts.
  60. url parsing bug fixes.
  61. connection close bug fix.
  62. shutdown url consistency bug fix.
  63. ----------------------------
  64. revision 0.15
  65. date: 1996/04/26 05:14:03;  author: mshopf;  state: Exp;  lines: +75 -75
  66. added ExitAll, service scans.
  67. V0.13 alpha 5 fix.
  68. ----------------------------
  69. revision 0.14
  70. date: 1996/04/24 17:37:14;  author: mshopf;  state: Exp;  lines: +12 -10
  71. small bug fixes for as225.
  72. ----------------------------
  73. revision 0.13
  74. date: 1996/04/24 03:20:13;  author: mshopf;  state: Exp;  lines: +327 -590
  75. encapsulated network module.
  76. ----------------------------
  77. revision 0.12
  78. date: 1996/02/12 19:23:36;  author: mshopf;  state: Exp;  lines: +315 -98
  79. assert() to logfile and debugfile and stderr.
  80. MaxRequests now variable.
  81. ReadCacheList()/SaveCacheList().
  82. lots of bug fixes and cosmetic changes.
  83. ----------------------------
  84. revision 0.11
  85. date: 1996/01/15 22:27:58;  author: mshopf;  state: Exp;  lines: +393 -233
  86. fixed AmiTCP4.0 broken time() / stat() times (fix by Fionn Behrens).
  87. another couple of bug fixes.
  88. added dynamic cache table allocation.
  89. error replies still getting better.
  90. removed host realname lookup.
  91. ----------------------------
  92. revision 0.10
  93. date: 1996/01/09 17:20:35;  author: mshopf;  state: Exp;  lines: +229 -125
  94. Three major and some other minor bug fixes.
  95. Added UrlBuffer for POST method and non-proxyproxy support.
  96. More and more comformant error messages.
  97. basic POST support (only proxying, no caching, no queuing).
  98. Sending data even when request is not completed yet.
  99. Recreating URL even from nonconformant requests.
  100. Long requests supported now.
  101. Some cosmetic changes.
  102. ----------------------------
  103. revision 0.9
  104. date: 1995/12/06 19:53:55;  author: mshopf;  state: Exp;  lines: +120 -146
  105. added fixes for unix machines and AmiTCP4.0 compilation.
  106. some bug fixes.
  107. more html conform now.
  108. lots of printf type fixes.
  109. ----------------------------
  110. revision 0.8
  111. date: 1995/12/03 14:20:23;  author: mshopf;  state: Exp;  lines: +37 -25
  112. Made auto requests and proxy messages more http conform.
  113. ----------------------------
  114. revision 0.7
  115. date: 1995/11/19 17:57:50;  author: mshopf;  state: Exp;  lines: +40 -20
  116. added revbump compatible version string.
  117. fixed ftp offline proxyproxy std port bug.
  118. ----------------------------
  119. revision 0.6
  120. date: 1995/11/04 11:26:13;  author: mshopf;  state: Exp;  lines: +67 -12
  121. better shutdown (requeueing of current transmissions). small bug fixes.
  122. ----------------------------
  123. revision 0.5
  124. date: 1995/11/02 18:26:13;  author: mshopf;  state: Exp;  lines: +792 -222
  125. queueing system implemented.
  126. ----------------------------
  127. revision 0.4
  128. date: 1995/10/21 21:28:37;  author: mshopf;  state: Exp;  lines: +23 -16
  129. small bug fix.
  130. ----------------------------
  131. revision 0.3
  132. date: 1995/10/17 19:23:09;  author: mshopf;  state: Exp;  lines: +134 -70
  133. cleaned up messy logging system.
  134. new option 'log'.
  135. ----------------------------
  136. revision 0.2
  137. date: 1995/10/13 18:09:17;  author: mshopf;  state: Exp;  lines: +575 -70
  138. everything works so far, exceptions are noted in the header.
  139. :-)
  140. ----------------------------
  141. revision 0.1
  142. date: 1995/10/13 10:44:27;  author: mshopf;  state: Exp;
  143. no caching at all right now, but it works fine as a proxyproxy.
  144. =============================================================================
  145.